home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk User Volume 1 #3 / Commodore_Disk_User_Vol.1_3_1988_-.d64 / super tact (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  354b  |  13 lines

  1. 10 ifx=0thengoto60
  2. 20 ifx=1thenx=x+1:load"sprites",8,1
  3. 30 ifx=2thenx=x+1:load"chars",8,1
  4. 40 ifx=3thenx=x+1:load"m/code",8,1
  5. 50 ifx=4thengoto110
  6. 60 print"[147]":poke53280,0:poke53281,0
  7. 70 print"       super - tact will now load"
  8. 80 print"         and run automatically."
  9. 90 fori=0to2000:nexti
  10. 100 x=x+1:goto20
  11. 110 print"[147][144]load"+chr$(34)+"program"+chr$(34)+",8":print"run"
  12. 120 fori=0to3:poke631+i,13:nexti:poke198,4:print"":end
  13.